[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 U_PAGELEN   VARIABLE

 Function
  Allow reading and writing of the current users page length setting.

 Type & Value
  INTEGER
  The current users page length (0 - 255).

 Remarks
  This integer is set with information from the current users record when
  the GETUSER statement is executed.  It may then be changed and written
  back to the users record with the PUTUSER statement.  Note that it is
  undefined until a GETUSER statement is processed and that changes are
  not written until a PUTUSER statement is processed.

 Examples

  GETUSER
  PRINTLN "Your page length was ",U_PAGELEN
  LET U_PAGELEN = 20
  PRINTLN "Your page length is now ",U_PAGELEN
  PUTUSER

See Also: GETUSER PUTUSER
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson